type github.com/refraction-networking/utls.newSessionTicketMsgTLS13

9 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L1129: 			m = new(newSessionTicketMsgTLS13)
		conn.go#L1325: 	case *newSessionTicketMsgTLS13:
		handshake_client_tls13.go#L1029: func (c *Conn) handleNewSessionTicket(msg *newSessionTicketMsgTLS13) error {
		handshake_messages.go#L1203: type newSessionTicketMsgTLS13 struct {
		handshake_messages.go#L1211: func (m *newSessionTicketMsgTLS13) marshal() ([]byte, error) {
		handshake_messages.go#L1237: func (m *newSessionTicketMsgTLS13) unmarshal(data []byte) bool {
		handshake_messages.go#L1238: 	*m = newSessionTicketMsgTLS13{}
		handshake_server_tls13.go#L990: 	m := new(newSessionTicketMsgTLS13)
		u_conn.go#L973: 	case *newSessionTicketMsgTLS13: